home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e216 / install.fil < prev    next >
Text File  |  1993-03-27  |  2KB  |  104 lines

  1. BACKGROUND 127
  2. LANGUAGE ENGLISH
  3. SHADOW ON
  4. TELESCOPE OFF
  5. WINOPEN 18 2 95
  6.  
  7. "           Nildram Software          "
  8. "         Installation Program        "
  9. ""
  10. "            SCREEN Thief             "
  11. TELESCOPE ON
  12. SPACE 200
  13.  
  14. 'select destination drive and path. Alert user if SCREEN Thief already present.
  15. DRIVE C 28 12 31 15 32 14 79
  16. PATH \ST 0 12 31 15 32 14 79
  17.  
  18. UNPACK INSTALL.ST 0 12 31 32 14 79
  19. JUMP.FAIL OOPS
  20. COPY ~0\*.DOC ~1~2\ 0 12 31
  21. COPY ~0\DESC.SDI ~1~2\ 0 12 31
  22. COPY ~0\FILE_ID.DIZ ~1~2\ 0 12 31
  23. EXIST ~0\FILE_ID.DIZ
  24. JUMP.NO OUT
  25.  
  26. :PRNT_REG
  27. WINOPEN 0 12 47
  28. " This is a Test Drive Version of SCREEN Thief"
  29. " Please ensure that your printer is on and"
  30. "press <ENTER> to print the registration form"
  31. WAIT 62 15
  32. WINCLOSE
  33. PRINT ~1~2\REGISTER.DOC
  34. JUMP.FAIL REG_ERROR
  35. PRINT ~1~2\DEALER.DOC
  36. JUMP INST
  37.  
  38. :REG_ERROR
  39. WINOPEN 0 11 79
  40. "Your printer is not responding. Possible problems:"
  41. "  Printer is off."
  42. "  Printer requires paper."
  43. "  Printer not attached to LPT1."
  44. ""
  45. "Do you wish to retry (Y/N)?"
  46. ASK 43 17
  47. WINCLOSE
  48. JUMP.NO INST
  49. JUMP PRNT_REG
  50.  
  51. 'Viewing instructions
  52. :INST
  53. WINOPEN 0 12 31
  54. "Would you like to view the instructions (Y/N)? "
  55. ASK 63 13
  56. WINCLOSE
  57. JUMP.NO PRNT_QUEST
  58. VIEW ~1~2\ST.DOC 79 31
  59.  
  60. 'Printing instructions
  61. :PRNT_QUEST
  62. WINOPEN 0 12 31
  63. "Would you like to print the instructions (Y/N)?"
  64. ASK 64 13
  65. WINCLOSE
  66. JUMP.NO OUT
  67. :PRNT
  68. PRINT ~1~2\ST.DOC
  69. JUMP.FAIL PRNT_ERROR
  70. JUMP OUT
  71.  
  72. :PRNT_ERROR
  73. WINOPEN 0 11 79
  74. "Your printer is not responding. Possible problems:"
  75. "  Printer is off."
  76. "  Printer requires paper."
  77. "  Printer not attached to LPT1."
  78. ""
  79. "Do you wish to retry (Y/N)?"
  80. ASK 43 17
  81. WINCLOSE
  82. JUMP.YES PRNT
  83.  
  84. :OUT
  85. WINOPEN 0 12 31
  86. "SCREEN Thief is now installed."
  87. ""
  88. "Press <ENTER> to continue."
  89. WAIT 51 15
  90. WINCLOSE
  91. VIEW ~1~2\README.DOC 79 31
  92. END
  93.  
  94. :OOPS
  95. WINOPEN 0 12 79
  96. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  97. ""
  98. "Possible reasons:"
  99. "   -- The floppy disk was removed prior to completion."
  100. "   -- The floppy disk was damaged during shipping."
  101. ""
  102. WINCLOSE
  103. END
  104.